CxArsEditor Object
The CxArsEditor object is a dialog box-based editor for the Address Resolution Service (ARS). Declare the object using the following code:
|
CreateObject("CxEditors.CxArsEditor") |
Each method in this document will assume you have declared and connected the CxArsEditor object using the following code:
|
Dim ArsEditor Set ArsEditor = CreateObject("CxEditors.CxArsEditor") ArsEditor.Connect("CYGDEMO.ARS") |
More:


